Kinetis SDK API Reference Manual  1.0.0-beta
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
fsl_microseconds_driver.h File Reference
#include <stdint.h>

Functions

void microseconds_init (void)
 Initialize timer facilities. More...
 
void microseconds_shutdown (void)
 Shutdown the microsecond timer. More...
 
uint64_t microseconds_get (void)
 Read back current absolute time in microseconds. More...
 
void microseconds_delay (uint32_t us)
 Delay a specified time. More...